home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / drdtips.zip / 1911.TXT < prev    next >
Text File  |  1992-08-07  |  4KB  |  97 lines

  1.  
  2.                                     FYI
  3.  
  4. (Note: The origin of this information may be internal or external
  5. to Novell.  Novell makes every effort within its means to verify
  6. this information.  However, the information provided in this
  7. document is FOR YOUR INFORMATION only.  Novell makes no explicit or
  8. implied claims to the validity of this information.)
  9.  
  10.           TITLE: DR NET Installation
  11.    DOCUMENT ID#: FYI-M-1911
  12.            DATE: 08-04-92
  13.         PRODUCT: DR NET
  14. PRODUCT VERSION: 2.x
  15.      SUPERSEDES:
  16.  
  17. ISSUE/PROBLEM
  18. DR NET Installation 
  19.  
  20. DR NET is a peer-to-peer network operating system designed for use
  21. on 386 systems running DR Multiuser DOS or Concurrent DOS.  Here is
  22. the step-by-step installation procedure.
  23.  
  24. These instructions are the result of installation on two 386
  25. machines running MDOS 5.1, with Arcnet SMC cards; different
  26. hardware may require alterations to these instructions.  To install
  27. DR NET on a Concurrent DOS system, substitute C:\CDOS for the
  28. C:\OSUTILS subdirectory in each step.  If you are using a DSP card
  29. rather than an SMC card, substitute DSP everywhere that SMC appears
  30. in these instructions.  These instructions are intended to allow
  31. for only the most basic of installations.  Once the network
  32. connection has been verified with these, the network administrator
  33. might generate the network files, name the servers, and so forth.
  34.  
  35. 1.  Install network cards, and cable the nodes together.
  36.  
  37. 2.  Create a DRNET subdirectory off of the Multiuser operating
  38. system directory.  Typically, this would be C:\OSUTILS\DRNET.
  39.  
  40. 3.  On the DR NET diskette, there is a subdirectory called
  41. ARCNET.SMC and one called ARCNET.DSP.  If the network card you are
  42. using is an SMC card, you need to use the files in A:\ARCNET.SMC;
  43. if it is a DSP card, use the files in A:\ARCNET.DSP.  Copy these
  44. files into C:\OSUTILS\DRNET. 
  45. COPY A:\ARCNET.SMC\*.* C:\OSUTILS\DRNET 
  46.  
  47. 4.  From the DR NET diskette, copy the files in A:\ARCSTAT into
  48. C:\OSUTILS. 
  49. COPY A:\ARCSTAT\*.* C:\OSUTILS
  50.  
  51. 5.  Copy NETSYS.SMC (or .DSP) from C:\OSUTILS\DRNET into the root
  52. directory of drive C. 
  53. COPY C:\OSUTILS\DRNET\NETSYS.* C:\
  54.  
  55. 6.  Edit the CCONFIG.SYS file in C:\ to have as its first line
  56. NETWORK=NETSYS.SMC.
  57.  
  58. 7.  Boot the computer.  When NETSYS.SMC is loaded, you will see a
  59. message showing the Node, IRQ, Port, and Memory address detected
  60. for your network card.  (An example would be Node 3F::, IRQ 9, Port
  61. 2E0h, and Memory address D000. This address will generally be
  62. detected by MDOS's Autoscan.)
  63.  
  64. 8.  By default, DR NET will try to use IRQ2 or IRQ9 on an
  65. AT-compatible computer.  
  66.  
  67. 9.  If these IRQs do not work use IRQ5 instead.  To do this, you
  68. need to create a file called NIOSCONF.SYS in the root directory of
  69. drive C.  This file should contain the following four lines.  Case
  70. is important; type the file in capital letters. 
  71. NODE   = __             (the node detected in step 7)
  72. IRQ    = 5  
  73. PORT   = __             (the port detected in step 7)
  74. MEMORY = ____           (the address detected in step 7)
  75.  
  76. 10. Add the path C:\OSUTILS\DRNET to the PATH statement in
  77. AUTOEXEC.BAT.
  78.  
  79. 11. Boot the computer again.  When NETSYS is loaded, you should see
  80. that it is using the same node, port, and memory address as before,
  81. and the IRQ used is 5.
  82.  
  83. 12. At the prompt type NETON.  The response should be "This Console
  84. is now attached to the Network."
  85.  
  86. 13. At the prompt, type LOGON followed by the name of the remote
  87. node (e.g., LOGON C0:: or LOGON 3F::).  The response should be
  88. "Logging on node xx::
  89. ...Successful."
  90.  
  91. 14. To map a drive to the remote node, use the NET command.  For
  92. example, NET E:=C: C0:: would map drive "E" on the local system to
  93. drive C on the remote node.  Type DIR E: to test that you can see
  94. the contents of the remote drive C.  Once this is accomplished, the
  95. hardware connections and network software have been tested and are
  96. working correctly.
  97.